home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / os2 / imshow / source / readme < prev   
Encoding:
Text File  |  1995-12-31  |  2.3 KB  |  55 lines

  1. imShow 2.02, January 1993
  2.  
  3. imShow - An OS/2 2.0 application to display pictures in the formats:
  4.   BMP  (OS/2 1.1, Windows 3 and OS/2 2.0 formats)
  5.   GIF  (only plain, non-interlaced GIF87)
  6.   im   (an image file format developed at the University of Zürich)
  7.  
  8. The comments of the source code are now in english, so I think I can
  9. release it.
  10.  
  11.  
  12. The "new" thing on this picture viewer is the support of the OS/2 2.0
  13. palette manager. This means, you can see your pictures with their
  14. actual colors!
  15.  
  16. It now has limited support on other devices than XGA that support the
  17. palette manager (tested on Tseng ET4000). The palette manager on this
  18. driver is that awfully buggy, that it is almost impossible to display
  19. anything at all. Raja Thiagarajan found a way to display bitmaps
  20. at least non-scaled (in 100% size). So that's what you can do now:
  21. look at this pictures as long as you don't touch the "View" menu.
  22. Of course on XGA and XGA-2 it still works as usual.
  23.  
  24.  
  25. Requirements:
  26.   OS/2 2.0 with service pack installed (to get the palette manager).
  27.   A display adapter and driver which supports 256 colors and the
  28.    palette manager (tested on the IBM XGA and XGA-2, limited function
  29.    on Tseng ET4000).
  30.  
  31. Changes in 2.01:
  32.   - Gif's are read in a bit faster (but still slowly).
  33.   - Not all memory was freed when a new image was opened, resulting
  34.     in an always increasing memory demand; This is fixed.
  35.   - Gif's with less than 8 bit colors (e.g. 7 bit gif's) now don't
  36.     allocate all 256 palette entries.
  37.   - When "fit in window" was seleced, and the window had exactly
  38.     the same dimensions as the bitmap, the image became corrupted.
  39.   - Some code redundancies ar removed, resulting in better readable
  40.     source code.
  41.  
  42. Changes in 2.02:
  43.   - imShow now works also on Tseng Cards (as long as you don't
  44.     touch the "View" menu.)
  45.   - "Under the hoods" is quite a lot of rewrite done, so maybe
  46.     there are now some new bugs...
  47.  
  48. Known bugs:
  49.   - The shortcut "Ctrl-W" doesn't work (I have no idea why)
  50.   - Sometimes OS/2 doesn't repaint the client area correctly,
  51.     resulting in wrong colors on part of the image. This is a
  52.     bug in PM.
  53.   - Pictures can only be scaled on XGA and XGA-2 cards, not on
  54.     any other card which supports the palette manager.
  55.